home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue63 / Clinic / MemSizeU.dfm / MemSizeU.txt
Encoding:
Text File  |  2000-09-07  |  768 b   |  45 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 358
  5.   Height = 407
  6.   Caption = 'Form1'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 48
  17.     Width = 32
  18.     Height = 13
  19.     Caption = 'Label1'
  20.   end
  21.   object Button1: TButton
  22.     Left = 16
  23.     Top = 8
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'Button1'
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 16
  32.     Top = 80
  33.     Width = 321
  34.     Height = 289
  35.     Caption = 'Panel1'
  36.     TabOrder = 1
  37.   end
  38.   object Timer1: TTimer
  39.     Interval = 500
  40.     OnTimer = Timer1Timer
  41.     Left = 112
  42.     Top = 16
  43.   end
  44. end
  45.